home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / comm / mail / FTPMAL.lha / FTPMAL / FTPMAL.doc < prev    next >
Text File  |  1998-10-14  |  4KB  |  144 lines

  1.  
  2.                                  FTPMAL v2.0ß
  3.  
  4. FTPMAL is Arexx script for YAM which can take any standard Aminet file list
  5. (RECENT, NEW, Aminet mail server search result...), let you select files you
  6. like, and make script for any FTP-mail server which will then mail you back
  7. all files you've selected.
  8.  
  9. If you don't already receive filelists of Aminet uploads, send email to
  10. aminet-server@wuarchive.wustl.edu with HELP in message body, and you will
  11. receive email telling you how to subscribe to weekly or daily aminet uploads
  12. list, and how to use Aminet mail search.
  13.  
  14. FEATURES:
  15.  
  16. -> Works with ANY Aminet filelist
  17. -> MUIRexx GUI for selection of files
  18.  
  19. Not yet implemented:
  20.  
  21. -> Exclude file - list of directories you don't want to download from
  22. -> Autodl file - list of files you want to download automatically
  23.  
  24. USAGE:
  25.  
  26. From YAM:
  27.  
  28. Select filelist you like, choose 'Execute script...' option in 'Scripts'
  29. menu, and doubleclick on FTPMAL.rexx
  30.  
  31. From Shell/CLI:
  32.  
  33. FTPMAL.rexx [filename]
  34.  
  35. If FTPMAL is started without arguments, it will open selected message in YAM
  36. and make script from it. If there is an argument, it will try to make script
  37. from filename specified in argument.
  38.  
  39. In either case:
  40.  
  41. When and if FTPMAL Window is opened, you need to doubleclick on a file in
  42. upper listview to move it to lower listview, and to doubleclick on a file in
  43. lower listview to move it to upper listview. When you click on Submit, script
  44. for downloading files in lower listview will be made.
  45.  
  46. CONFIGURATION:
  47.  
  48. To configure FTPMAL, you have to load it into your favourite text editor, and
  49. change one of following variables:
  50.  
  51. GetReadMe
  52.  
  53. If set to YES, FTPMAL will get .readme file for any file in list.
  54.  
  55. AllowEdit
  56.  
  57. If set to YES, it allows you to edit script before sending.
  58. If set to  NO, it sends script immediately after finishing.
  59. If set to GUI, it allows you to edit script with GUI.
  60.  
  61. Header
  62.  
  63. Line which goes in front of script. If you need more lines, use d2c(10)
  64. instead of enter, f.e.: Header="size huge"d2c(10)"binary"
  65.  
  66. Footer
  67.  
  68. Same as Header, but it goes on the end of script.
  69.  
  70. In this beta version it is unwise to change following:
  71.  
  72. TempFile
  73.  
  74. Name of temporary file which is used by FTPMAL.
  75.  
  76. MailFile
  77.  
  78. Name of another temporary file which is used by FTPMAL.
  79.  
  80. INSTALLATION:
  81.  
  82. Copy FTPMAL.rexx to YAM:Rexx/
  83. Copy FTPMALGUI.rexx to YAM:Rexx/
  84. Copy mlist.rexx to YAM:Rexx/
  85. Copy FTPMAL.prefs to ENVARC:mui/ and ENV:MUI/
  86. Copy FTPMAL.doc and its icon wherever you like...
  87.  
  88. or
  89.  
  90. Make installer script which does the above and send it to me :)
  91.  
  92. HISTORY:
  93.  
  94. 2.0ß -> Added FTPMALGUI.rexx for GUI
  95.      -> Changed default server to ftp-mail@uni-paderborn.de
  96.      -> Started implementation of excl and autodl files
  97.  
  98. 1.0  -> Initial release
  99.  
  100. FUTURE:
  101.  
  102. -> Bugfixes
  103. -> Implementing of excl and autodl files
  104. -> Better GUI
  105. -> AmigaGuide docs
  106. -> Installer script
  107. -> Any (reasonable) requests
  108.  
  109. BUGS:
  110.  
  111. This is beta version, which means that there are probably some bugs, but
  112. possibility that there are bugs which can crash your sistem, or destroy all
  113. emails you have, is very low.
  114.  
  115. NAME:
  116.  
  117. FTPMAL is abbreviation of FTPMailAminetList . Perhaps you can think of some
  118. name which isn't so ugly?
  119.  
  120. WARE:
  121.  
  122. This program is emailware, which means that you should send email to author
  123. if you like it...
  124.  
  125. AUTHOR:
  126.  
  127. Nikola Smolenski
  128. Gundulicev venac 17
  129. 11000 Beograd
  130. Yugoslavia
  131.  
  132. smolensk@eunet.yu
  133. smolenski@setnet.co.yu
  134.  
  135. http://solair.eunet.yu/~smolensk/index_eng.html
  136.  
  137. Learning has never make anyone die. But, why should I take a risk?
  138.  
  139. CREDITS:
  140.  
  141. This script is partly based on Join.rexx by Kai Nikulainen ,
  142. And is uploaded to Aminet with AminetUpload.rexx by Andreas Grundler :)
  143. Also, it couldn't possibly be done without ArexxGuide by Robin Evans.
  144.